home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / admin / linuxcon.000 / linuxcon / linuxconf-1.6 / INSTALL < prev    next >
Text File  |  1996-08-03  |  499b  |  30 lines

  1. 1)to compile it
  2.  
  3.     for gcc 2.6.x, do
  4.  
  5.         export OLDGCC=on
  6.         make
  7.  
  8.     for gcc 2.7.x
  9.  
  10.         make
  11.  
  12. 2)To install it
  13.  
  14.     make install
  15.  
  16.   It does not overwrite any configuration file, so it is safe to
  17.   reinstall it over and over.
  18.  
  19.   The install script will detect is linuxconf has already been installed
  20.   once and if not will go step by step interactivly to install/update
  21.   special file such as RC scripts.
  22.  
  23.     basic host configuration
  24.     boot mode/default boot mode
  25.     date & time
  26.     Networking/routing and gateways
  27.  
  28.  
  29.  
  30.